home *** CD-ROM | disk | FTP | other *** search
- SysBeep;
-
- Makes a beep sound.
-
- FndError : BOOLEAN;
-
- Used in debugging. If an error has occurred then FndError = TRUE, otherwise FndError = FALSE
-
- Date(DateFormat,InfoFormat : INTEGER): STRING;
-
- Returns the current date and time as a string.
-
- Wait(Seconds : INTEGER);
-
- Pauses for n seconds
-
-